﻿/*搜索条*/
.search {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 90%;
	max-width: 80rem;
	margin: 1rem auto;
	/*Test*/
	/*
	border: #f00 solid 0.1rem;
	*/
}
.search form {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: 4.6rem;	
	/*Test*/
	/*
	border: #ff0 solid 0.1rem;
	*/
}
.search form input {
	padding: 0 1.5rem;
	width: 90%;
	height: 100%;
	outline: none;
	border-top: #D4D6D8 solid 0.1rem;
	border-right: #00838F solid 1.6rem;
	border-bottom: #D4D6D8 solid 0.1rem;
	border-left: #D4D6D8 solid 0.1rem;
	margin-right: 0.5rem;
	overflow:hidden;
	/**/
	font-size: 1.6rem;
	color: #555;
}	
.search form botton {
	width: 13rem;
	height: 4.6rem;
	line-height: 4.6rem;
	text-align: center;
	font-size: 2.0rem;
	color: #00838F;
	border: #00838F solid 0.1rem;
}

.search form input.btn {
display: flex;
    width: 13rem;
    height: 4.6rem;
    line-height: 4.6rem;
    text-align: center;
    font-size: 2.0rem;
    color: #00838F;
    border: #00838F solid 0.1rem;
    justify-content: center;
}

.search p {
	width: 100%;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: left;
	font-size: 1.4rem;
	color: #555;
	margin: 1.0rem auto;
	overflow: hidden;
}
/**/
/*钢材分类*/
.steelcategory {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
	/**/
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.steelcategory .item {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	/*width: 2.40rem;*/
	width: 23%;
	height: auto;
	margin: 1.5rem auto;
}

.steelcategory .item .hd {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	/*width: 2.38rem;*/
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	/**/
	border-top: #B4B4B4 solid 0.1rem;
	border-right: #B4B4B4 solid 0.1rem;
	border-bottom: #C5C7CB solid 0.1rem;
	border-left: #B4B4B4 solid 0.1rem;
	/**/
	background: url(/assets/images/bg_home_procat_item_head.png) center center repeat-x;
	/**/
	margin-bottom: 0.1rem;
	
}
.steelcategory .item .hd img {
	margin: 0 1.0rem;
}
.steelcategory .item .hd span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #00838F;
}
.steelcategory .item .bd {
	width: 100%;
	border-top: none;
	border-right: #B4B4B4 solid 0.1rem;
	border-bottom: #B4B4B4 solid 0.1rem;
	border-left: #B4B4B4 solid 0.1rem;
	
}
.steelcategory .item .bd img {
	width: 100%;
	display: block;
}	
/**/

/*标准型号*/
.standardgrade {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
	/**/
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.standardgrade .item {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	/*width: 2.40rem;*/
	width: 7%;
	height: auto;
	margin: 1.0rem 0.5rem;
}
.standardgrade .item .bd {
	width: 100%;
}
.standardgrade .item .bd img {
	margin: 0 auto;
	width: 80%;
	display: block;
}
.standardgrade .item .fd {
	/**/
	width: 100%;
	margin: 0.8rem auto;
	/**/
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	/**/
	border: #DDD solid 0.1rem;
	
}
/**/





/*升级型号信息*/
.upgradeinfo {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
	/**/
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
/**/
.upgradeinfo .head {
	width: 100%;
	background: #EEE;
	height: 4.0rem;
	line-height: 4.0rem;
	text-align: left;
	font-weight: bold;
	color: #333;
	border-bottom: #ddd solid 0.1rem;
}
.upgradeinfo .head span {
	padding: 0 1.5rem;
}
/**/
.upgradeinfo .body {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	/**/
	background: #FFF;
}
.upgradeinfo .body .item {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	/*width: 2.40rem;*/
	width: 30.0%;
	margin: 0.8rem 1.5rem;
	/**/
	height: 2.1rem;
	line-height: 2.1rem;
	/**/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.upgradeinfo .body .item:hover {
	background: #f9f9f9;
	border: #f0f0f0 dashed 0.1rem;
}
/**/


/*钢厂Logo信息*/
.steelmilllogo {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
	/**/
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
/**/
.steelmilllogo .head {
	width: 100%;
	background: #EEE;
	height: 4.0rem;
	line-height: 4.0rem;
	text-align: left;
	font-weight: bold;
	color: #333;
	border-bottom: #ddd solid 0.1rem;
}
.steelmilllogo .head span {
	padding: 0 1.5rem;
}

/**/
.steelmilllogo .body {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	height: auto;
	padding: 1.5rem 0 2.5rem;
	/**/
	background: #FFF;
}
.steelmilllogo .body .item {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 22.0rem;
	height: 11.0rem;
	margin: 0.8rem 1.5rem;
}
.steelmilllogo .body .item img {
	width: auto;
	height: auto;
	max-width: 22.0rem;
	max-height: 8.0rem;	
}
.steelmilllogo .body .item p {
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 22.0rem;
	max-height: 3.0rem;
}

.steelmilllogo .body .item:hover img {
	max-width: 21.6rem;
	max-height: 7.6rem;
	padding: 0.2rem;
	border: #ccc solid 1px;
}
/**/




/*底部*/
/**/
.contactmsg {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	/**/
	width: 98%;
	height: auto;
	padding: 3rem 0 6rem;	
	margin: 0.15rem auto;
}
/*底部联系我们*/
.contactmsg .botcontact {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 26.0rem;
}
.contactmsg .botcontact .label {
	width: 99%;
	height: 5.0rem;
	line-height: 5.0rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.contactmsg .botcontact .addr {
	width: 99%;
	line-height: 2.3rem;
	text-align: left;
	font-size: 1.6rem;
	color: #FFF;
	margin: 1.0rem auto;
}
.contactmsg .botcontact .tel {
	width: 99%;
	line-height: 2.3rem;
	text-align: left;
	color: #FFF;
}
.contactmsg .botcontact .email {
	width: 99%;
	line-height: 2.3rem;
	text-align: left;
	color: #FFF;
}


/*底部友情链接*/
.contactmsg .botfriendlink {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 26.0rem;
	/*
	border: #f00 solid 0.1rem;
	*/
}
.contactmsg .botfriendlink .label {
	width: 99%;
	height: 5.0rem;
	line-height: 5.0rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.contactmsg .botfriendlink .alink {
	width: 99%;
	line-height: 2.3rem;
	text-align: left;
	font-size: 1.4rem;
	color: #FFF;
	margin: 1.0rem auto;
}
.contactmsg .botfriendlink .alink a {
	padding: 0 0.8rem 0 0;
}
.contactmsg .botfriendlink .alink a:hover {
	color: #00838F;
}



/*底部快捷链接*/
.contactmsg .botquicklink {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 26.0rem;
}
.contactmsg .botquicklink .label {
	width: 99%;
	height: 5.0rem;
	line-height: 5.0rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.contactmsg .botquicklink .item {
	width: 99%;
	height: 3.1rem;
	line-height: 3.1rem;
	text-align: left;
	color: #FFF;
}
.contactmsg .botquicklink .item a {
	text-decoration: none;
	color: #FFF;
}
.contactmsg .botquicklink .item a:hover {
	color: #00838F;
}
/*底部在线留言*/
.contactmsg .botnewsletter {
	width: 60.0rem;
	height: auto;
}
.contactmsg .botnewsletter .label {
	width: 99%;
	height: 5.0rem;
	line-height: 5.0rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.contactmsg .botnewsletter .nlbox {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	width: 99%;	
}
.contactmsg .botnewsletter .nlbox .hangye {
	width: 26.00rem;	
	margin-top: 1.5rem;	
}
.contactmsg .botnewsletter .nlbox .hangye select {
	width: 15.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: left;
	color: #666;
	padding: 0 1.0rem;	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
/**/
.contactmsg .botnewsletter .nlbox .chengwei {
	width: 26.0rem;
	margin-top: 1.5rem;	

}
.contactmsg .botnewsletter .nlbox .chengwei input {
	width: 90%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: left;
	color: #666;
	padding: 0 1.0rem;	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
/**/
.contactmsg .botnewsletter .nlbox .youxiang {
	width: 50.0rem;
	margin-top: 1.5rem;
}
.contactmsg .botnewsletter .nlbox .youxiang input {
	width: 90%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: left;
	color: #666;
	padding: 0 1.0rem;	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.contactmsg .botnewsletter .nlbox .iagree {
	margin-top: 1.5rem;
	width: 50.0rem;
	padding: 0 0 0 1.0rem;
	line-height: 2.5rem;	
	text-align: left;
	color: #666;
	font-size: 1.4rem;
}
.contactmsg .botnewsletter .nlbox .iagree input {
	vertical-align: middle;
}
.contactmsg .botnewsletter .nlbox .btnsubmit {
	width: 5.8rem;
	line-height: 2.5rem;
	margin-top: 1.5rem;
}
.contactmsg .botnewsletter .nlbox .btnsubmit input {
	width: 15.0rem;
	height: 2.9rem;
	line-height: 2.9rem;
	color: #666;
	font-size:1.6rem;
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.contactmsg .botnewsletter .nlbox .notice {
	margin-top: 1.5rem;
	padding: 0 0 0 1.0rem;
	width: 58.0rem;
	line-height: 2.5rem;	
	text-align: left;
	color: #FFF;
	font-size: 1.4rem;
}
.contactmsg .botnewsletter .nlbox .notice a {
	text-decoration: none;
	color: #F08420;
}
.contactmsg .botnewsletter .nlbox .notice a:hover {
	text-decoration: none;
	color: #00838F;
}

/*焦点图信息*/
.slidebanner {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
}

.slidebanner img {
	width: 100%;
}

/*频道页4图*/
/*chl4pics start*/
.chl4pics {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	margin: 2.0rem auto;
	/**/
}
.chl4pics .c4pbox {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	box-sizing: border-box;
	/**/
	width: 90%;
	/**/
}
.chl4pics .c4pbox .c4pb_l {
	width: 29%;
	box-sizing: border-box;
	border-right: #fff solid 0.1rem;
}
.chl4pics .c4pbox .c4pb_l img {
	width: 100%;
}
.chl4pics .c4pbox .c4pb_l img:hover {
	border: #fff solid 0.1rem;	
}
.chl4pics .c4pbox .c4pb_c {
	width: 42%;
}

.chl4pics .c4pbox .c4pb_c .c4pb_c_1 {
	width: 100%;
	box-sizing: border-box;
}
.chl4pics .c4pbox .c4pb_c .c4pb_c_2 {
	width: 100%;
	box-sizing: border-box;
	border-top: #fff solid 0.1rem;
}
.chl4pics .c4pbox .c4pb_c .c4pb_c_1 img {
	width: 100%;	
}
.chl4pics .c4pbox .c4pb_c .c4pb_c_1 img:hover {
	border: #fff solid 0.1rem;
}
.chl4pics .c4pbox .c4pb_c .c4pb_c_2 img {
	width: 100%;	
}
.chl4pics .c4pbox .c4pb_c .c4pb_c_2 img:hover {
	border: #fff solid 0.1rem;
}
.chl4pics .c4pbox .c4pb_r {
	width: 29%;
	box-sizing: border-box;
	border-left: #fff solid 0.1rem;
}
.chl4pics .c4pbox .c4pb_r img {
	width: 100%;	
}
.chl4pics .c4pbox .c4pb_r img:hover {
	border: #fff solid 0.1rem;	
}
/*chl4pics end*/




/*钢铁标号频道页*/
.chlsteelgrade {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
}
.chlsteelgrade .steelcatsname {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 16%;
	height: auto;
	min-height: 10.0rem;
	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
/**/
.chlsteelgrade .steelcatsname .head {
	width: 100%;
	/*
	background: #eee;
	*/
	background: #00838F;
	height: 4.0rem;
	line-height: 4.0rem;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
}
.chlsteelgrade .steelcatsname .head span {
	padding: 0 1.5rem;
}
/**/
.chlsteelgrade .steelcatsname ul {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/
	margin: 0 auto 0;
	padding: 1.0rem 0 1.5rem;
	/**/
	list-style: none;
	/**/
	background: #FFF;
}
.chlsteelgrade .steelcatsname ul li {
	width: 90%;
	height: 3.1rem;
	line-height: 3.1rem;
	/**/
	list-style: none;
	padding: 0 5%;
}
.chlsteelgrade .steelcatsname ul li:hover {
	background: #00838F;
}
.chlsteelgrade .steelcatsname ul li:hover a {
	color: #FFF;
}
.chlsteelgrade .steelcatsname ul li a {
	text-decoration: none;
	color: #333;
}
.chlsteelgrade .steelcatsname ul li.sel {
	background: #00838F;
	color: #FFF;
}
.chlsteelgrade .main {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	flex: 1;
	height: auto;
	margin-left: 1.5rem;
	background: #FFF;
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
	
}
/**/
.chlsteelgrade .main .list {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	line-height: 2.5rem;
	text-align: left;
	color: #666;
	/**/
	width: 100%;
	padding: 1.5rem 1rem;
	/**/
	
}
.chlsteelgrade .main .list .item {
	width: 19%;
	height: auto;
	margin: 0.5rem 0.5%;
	word-break: break-all;	
	/**/
	padding: 1.0rem;
	border: #DDD solid 0.1rem; 
}
.chlsteelgrade .main .list .item p {
	border-bottom: #DDD solid 0.1rem;
	overflow:hidden;
}
.chlsteelgrade .main .list .item p a {
	color: #00838F;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: bold;
}
.chlsteelgrade .main .list .item p a:hover {
	color: #000;
}

.chlsteelgrade .main .list .item span {
	font-size: 1.4rem;
	word-break: keep-all; 
}
.chlsteelgrade .main .list .item span a {
	margin: 0 0.8rem 0 0;	
	color: #333;
	text-decoration: none;	 
}
.chlsteelgrade .main .list .item span a:hover {
	color: #00838F;
}

/**/
.chlsteelgrade .main .turnpage {
	margin: 0 auto 3.0rem;
	padding: 1.0rem;
	height: 3.1rem;
	line-height: 3.1rem;
	text-align: center;
	
}

/*钢材标号详情页面*/
/*Detail*/
.detail {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
}
.detail .dhead {
	/**/
	padding: 1.0rem 0 1.0rem;	
	width: 100%;
	line-height: 6.0rem;
	text-align: center;
	color: #000;
	font-size: 3.2rem;
	margin: 0 auto;
}
.detail .dbody {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	width: 100%;
	height: auto;
	margin: 2.0rem auto;
	/*
	border: #ff0 solid 0.1rem;
	*/
}
/**/
/*型号详情页面*/
.detail .dbody .dbcontent {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;	
	/**/
	flex: 1;
	width: 75%;
	height: auto;
	margin-right: 1.5rem;
	
	/**/
	border: #DDD solid 0.01rem;
	/**/
}

.detail .dbody .dbcontent .dbctext {
	padding: 4.0rem;
	width: 100%;
	height: auto;
	line-height: 3.1rem;
	text-align: left;
	color: #666;
	background: #FFF;
}
.detail .dbody .dbcontent .dbctext p {
	padding: 0.5rem 0;
	text-indent: 2em;
}



	
/*详情页右侧栏*/
.detail .dbody .rightsidebar {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 25%;
	height: auto;
	background: #f8f8f8;
	/*
	border: #00f solid 0.1rem;
	*/
}

/*聚合阅读*/
.detail .dbody .rightsidebar .jhinfo {
	width: 100%;
	height: auto;
	border: #ddd solid 0.1rem;
	/*
	border: #ff0 solid 0.1rem;
	*/	
}
.detail .dbody .rightsidebar .jhinfo .jhihead {
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: left;
	padding: 0 1.0rem;
	background: #EEE;
	border-bottom: #ddd solid 0.1rem;
}
.detail .dbody .rightsidebar .jhinfo .jhicont {
	padding: 1.0rem;
	/*
	border: #000 solid 0.1rem;
	*/
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item {
	height: auto;
	margin-bottom: 1.0rem;
	border-bottom: #ddd dashed 0.1rem;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .catname {	
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: left;
	color: #00838F;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist {	
	height: auto;
	padding: 0.5rem 0;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul {	
	list-style: none;
	padding: 0;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li {
	width: 100%;
	list-style: none;
	height: 2.3rem;
	line-height: 2.3rem;
	text-align: left;
	color: #666;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li span {
	padding: 0 0.5rem;
	color: #00838F;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li a {
	text-decoration: none;
	color: #666;
}
.detail .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li a:hover {
	color: #000;
}
/*供应商*/
.detail .dbody .rightsidebar .supplier {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	margin-top: 2.0rem;
}

.detail .dbody .rightsidebar .supplier .item {
	padding: 0.8rem 1.0rem;
	background: #EEE;
	/**/
	border-bottom: #ccc dashed 0.1rem;
	
}
.detail .dbody .rightsidebar .supplier .item .title {
	padding: 0.5rem 0 0;
	width: 96%;
	line-height: 2.1rem;
	text-align: left;
	font-size: 1.6rem;
	color: #00838F;
}
.detail .dbody .rightsidebar .supplier .item .intr {
	flex: 1;
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}
.detail .dbody .rightsidebar .supplier .item .intr img {
	width: 12.0rem;
	margin: 0.8rem 0;
	/**/
	border: #ddd solid 0.01rem;
}
.detail .dbody .rightsidebar .supplier .item .intr .info {
	flex: 1;
	margin-left: 1.0rem;
	height: 17.6rem;
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;	
	/**/
}
.detail .dbody .rightsidebar .supplier .item .intr .info .text {
	flex: 1;
	width: 100%;
	margin-bottom: 1.0rem;
	overflow: hidden;
}
.detail .dbody .rightsidebar .supplier .item .intr .info .text p {
	padding: 0.5rem 0.5rem 0.5rem 1.0rem;
	line-height: 2.1rem;
	text-align: left;
	color: #666;
	font-size: 1.4rem;
}
.detail .dbody .rightsidebar .supplier .item .intr .info .btnopen {
	width: 80%;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	color: #00838F;
	white-space: nowrap;
	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}

/**/
/*返回按钮*/
.detail .modeldetail .btnbacklist {
	margin: 0.15rem auto;
	width: 2.40rem;
	height: 0.50rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.18rem;
	color: #999;
	/*圆角*/
	border: #ddd solid 0.01rem;
	-moz-border-radius: 0.05rem; /* Firefox */
	-webkit-border-radius: 0.05rem; /* Safari 和 Chrome */
	border-radius: 0.05rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
.detail .modeldetail .btnbacklist a {
	text-decoration: none;
	color: #999;
}
.detail .modeldetail .btnbacklist a:hover {
	color: #333;
}

/**/
/**/
/*钢材材料详情页面*/
/*Detail_material*/
.detail_material {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	margin: 0 auto 2.0rem;
	width: 90%;
	height: auto;
	padding: 2.0rem auto 0;
	background: #FFF;	
	/*
	border: #f00 solid 0.1rem;
	*/	
}
/**/
.detail_material .dhead {
	/**/
	padding: 1.0rem 0 1.0rem;	
	width: 100%;
	line-height: 6.0rem;
	text-align: center;
	color: #000;
	font-size: 3.2rem;
	margin: 0 auto;
}
.detail_material .dbody {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	width: 100%;
	height: auto;
	/*
	margin: 2.0rem auto;
	*/
}
/**/

/*型号详情页面*/
.detail_material .dbody .dbcontent {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;	
	/**/
	flex: 1;
	width: 75%;
	height: auto;
	margin-right: 1.5rem;
	padding-bottom: 2.0rem;
	
	/**/
	border: #DDD solid 0.01rem;
	/**/
}
/**/
.detail_material .dbody .dbcontent .dbcdesc {
	/**/
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;	
	align-items: center;
	/**/
	margin-top: 4.0rem;
	margin-bottom: 2.0rem;
	width: 100%;
	height: auto	
	/*
	border: #f00 solid 0.01rem;
	*/
}
.detail_material .dbody .dbcontent .dbcdesc .dbcdtitle {
	margin: 0 auto;
	padding: 1.0rem 1.0% 1.0rem;	
	width: 94%;
	line-height: 6.0rem;
	text-align: left;
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
	/**/
	background: #f5f5f5;
}
.detail_material .dbody .dbcontent .dbcdesc .dbcdconts {
	margin: 0 auto;
	padding: 0.30rem 1.0% 0.50rem;
	width: 94%;
	line-height: 2.1rem;
	text-align: left;
	color: #333;
	font-size: 1.60rem;
	/**/
	background: #f5f5f5;
}

/**/
.detail_material .dbody .dbcontent .dbcparmbox {
	/**/
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;	
	align-items: center;
	/**/
	margin: 2.0rem 0;
	width: 100%;
	height: auto;
	/*
	border: #ff0 solid 0.01rem;
	*/
}
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbhead {
	padding: 1.0rem 1.0% 0.5rem;	
	width: 94%;
	line-height: 4.0rem;
	text-align: left;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	/**/
	background: #f5f5f5;
}
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody {	
	/**/
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;	
	align-items: center;
	/**/
	width: 94%;
}

.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody table { 
      table-layout:fixed !important; 
      width:100% !important;
      border-collapse:collapse;
      border:none;
      margin:0 auto;
}
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody th {
    width:1px;
    white-space:nowrap; /* 自适应宽度*/
    word-break:keep-all; /* 避免长单词截断，保持全部 */
	border-top:solid #E3E9EF 1px;
    border-bottom:solid #BCCAD9 1px;
    text-align:center;
    white-space:pre-line;
    word-break:break-all !important;
    word-wrap:break-word !important;
    display:table-cell;
    vertical-align:middle !important;
    white-space: normal !important;
    height:auto;
    vertical-align:text-top;
    padding:2px 2px 0 2px;
    display: table-cell;
	background: #f9f9f9;
}	
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody td {
    width:1px;
    white-space:nowrap; /* 自适应宽度*/
    word-break:keep-all; /* 避免长单词截断，保持全部 */
    border-bottom:solid #E3E9EF 1px;
    text-align:center;
    white-space:pre-line;
    word-break:break-all !important;
    word-wrap:break-word !important;
    display:table-cell;
    vertical-align:middle !important;
    white-space: normal !important;
    height:auto;
    vertical-align:text-top;
    padding:2px 2px 0 2px;
    display: table-cell;
}

.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody p {
	padding: 2.0rem 0;	
}


.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody .dbctags {
	width: 100%;
	padding: 2.0rem 0;
	/*
	border:solid #f00 1px;
	*/
}
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody .dbctags a {

}
.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody .dbctags a:hover {
	
}

.detail_material .dbody .dbcontent .dbctext {
	padding: 0.8rem;
	width: 100%;
	height: auto;
	line-height: 3.1rem;
	text-align: left;
	color: #666;
	background: #FFF;
}
.detail_material .dbody .dbcontent .dbctext p {
	padding: 0.5rem 0;
	text-indent: 2em;
}
/*详情页右侧栏*/
.detail_material .dbody .rightsidebar {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 25%;
	height: auto;
	background: #f8f8f8;
}
/*聚合阅读*/
.detail_material .dbody .rightsidebar .jhinfo {
	width: 100%;
	height: auto;
	border: #ddd solid 0.1rem;
}
.detail_material .dbody .rightsidebar .jhinfo .jhihead {
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: left;
	padding: 0 1.0rem;
	background: #EEE;
	border-bottom: #ddd solid 0.1rem;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont {
	padding: 1.0rem;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item {
	height: auto;
	margin-bottom: 1.0rem;
	border-bottom: #ddd dashed 0.1rem;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .catname {	
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: left;
	color: #00838F;
}
/**/
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist {	
	height: auto;
	padding: 0.5rem 0;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul {	
	list-style: none;
	padding: 0;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li {
	width: 100%;
	list-style: none;
	/*
	height: 2.3rem;
	*/
	line-height: 2.3rem;
	text-align: left;
	color: #666;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li span {
	padding: 0 0.5rem;
	color: #00838F;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li a {
	text-decoration: none;
	color: #666;
}
.detail_material .dbody .rightsidebar .jhinfo .jhicont .item .artlist ul li a:hover {
	color: #000;
}

/**/
/*供应商*/
.detail_material .dbody .rightsidebar .supplier {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	margin-top: 2.0rem;
}

.detail_material .dbody .rightsidebar .supplier .item {
	padding: 0.8rem 1.0rem;
	background: #EEE;
	/**/
	border-bottom: #ccc dashed 0.1rem;
	
}
.detail_material .dbody .rightsidebar .supplier .item .title {
	padding: 0.5rem 0 0;
	width: 96%;
	line-height: 2.1rem;
	text-align: left;
	font-size: 1.6rem;
	color: #00838F;
}
.detail_material .dbody .rightsidebar .supplier .item .intr {
	flex: 1;
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}
.detail_material .dbody .rightsidebar .supplier .item .intr img {
	width: 12.0rem;
	margin: 0.8rem 0;
	/**/
	border: #ddd solid 0.01rem;
}
.detail_material .dbody .rightsidebar .supplier .item .intr .info {
	flex: 1;
	margin-left: 1.0rem;
	height: 17.6rem;
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;	
	/**/
}
.detail_material .dbody .rightsidebar .supplier .item .intr .info .text {
	flex: 1;
	width: 100%;
	margin-bottom: 1.0rem;
	overflow: hidden;
}
.detail_material .dbody .rightsidebar .supplier .item .intr .info .text p {
	padding: 0.5rem 0.5rem 0.5rem 1.0rem;
	line-height: 2.1rem;
	text-align: left;
	color: #666;
	font-size: 1.4rem;
}
.detail_material .dbody .rightsidebar .supplier .item .intr .info .btnopen {
	width: 80%;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	color: #00838F;
	white-space: nowrap;
	
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}




/**/
/**/
.table_head {
	width: 100%;	
	background: #f2f2f2;
	text-align: left;
	padding: 0.5rem 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.table_detail { margin-top: 0.2rem; margin-bottom: 2.0rem; width: 100%; border-collapse: collapse; }
.table_detail th { padding: 0.5rem; border: solid #ddd 0.1rem; background: #fafafa; font-size: 1.4rem; font-weight: bold; }
.table_detail td { padding: 0.5rem; border: solid #ddd 0.1rem; font-size: 1.4rem; }
/**/

/**/
/*升级型号信息*/
.gradearticles {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
	/**/
	/*圆角*/
	border: #ddd solid 0.1rem;
	-moz-border-radius: 0.5rem; /* Firefox */
	-webkit-border-radius: 0.5rem; /* Safari 和 Chrome */
	border-radius: 0.5rem; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	behavior: url(assets/css/ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}

/**/
.gradearticles .head {
	width: 100%;
	background: #EEE;
	height: 4.0rem;
	line-height: 4.0rem;
	text-align: left;
	font-weight: bold;
	color: #333;
	border-bottom: #ddd solid 0.1rem;
}
.gradearticles .head span {
	padding: 0 1.5rem;
}
/**/
.gradearticles .body {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	
	background: #FFF;
}
.gradearticles .body .item {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	/*width: 2.40rem;*/
	width: 47.0%;
	margin: 0.5rem 1%;
	/**/
	height: 2.1rem;
	line-height: 2.1rem;
}
.gradearticles .body .item span {
	font-family: 'Arial';
	font-size: 1.4rem;
	margin: 0 0.6rem;
}
.gradearticles .body .item a {
	text-decoration: none;
	color: #333;
}
.gradearticles .body .item a:hover {
	color: #00838F;
}
/**/

/*Crumb Start*/
/*面包屑*/
.crumb {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/	
	margin: 0 0 1rem;
	/**/
	border-bottom: #00838F solid 0.1rem;
	
}
.crumb .ccont {
	padding: 1rem 3.3rem;
	/*Test*/
	/*
	border: #f0d solid 0.1rem;
	*/
}

/*Crumb End*/

/*About Start*/
/*关于我们*/
.aboutus {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/	
	margin: 0 0 1rem;
	
}

.aboutus .au_cont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/	
	padding: 1rem 3.3rem;
}

.aboutus .au_cont .auc_menu {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 26.0rem;
	background: #FFF;
	margin-right: 2.0rem;
	
	/*Test*/
	/*
	border: #f5d solid 0.1rem;
	*/
}


.aboutus .au_cont .auc_menu .aucm_head {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	color: #FFF;
	font-size: 1.6rem;
	
	padding: 0 2rem;
	background: #00838F;
}

.aboutus .au_cont .auc_menu .aucm_body {
	width: 100%;
	
	padding: 0.1rem;
	background: #D4D4D4;	
}
.aboutus .au_cont .auc_menu .aucm_body .aucmb_list {
	background: #FFF;
	padding: 0 2rem;
}
.aboutus .au_cont .auc_menu .aucm_body .aucmb_list ul {
	list-style: none;
	padding: 1rem 0;
	margin: 0;
}
.aboutus .au_cont .auc_menu .aucm_body .aucmb_list ul li {
	list-style: none;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	color: #222;
	font-size: 1.6rem;	
}



.aboutus .au_cont .auc_cont {
	flex: 1;
	background: #FFF;
	/**/
	min-height: 30rem;
	border: #DDD solid 0.1rem;
	padding: 3rem;
	/**/
	line-height: 3.1rem;
	color: #333;
	font-size: 1.4rem;
}
/*About End*/


/*行业资讯列表*/
/*News*/
.news {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 90%;
	height: auto;
	margin: 2.0rem auto;
}
.news .list {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	line-height: 6.0rem;
	text-align: center;
	color: #000;
	font-size: 3.2rem;
	margin: 0 auto;
	/**/
	background: #FFF;
	/**/
	border: #DDD solid 0.1rem;
	
}
.news .list .nl_head {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	line-height: 6.0rem;
	text-align: center;
	color: #000;
	font-size: 3.2rem;
	margin: 0 auto;
}
.news .list .nl_head .nlh_cont {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	text-align: left;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 2rem;
	background: #00838F;
}
.news .list .nl_body {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
}
.news .list .nl_body .nlb_cont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
}
/**/
.news .list .nl_body .nlb_cont .nlbc_list {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
}
/**/
.news .list .nl_body .nlb_cont .nlbc_list ul {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
}
.news .list .nl_body .nlb_cont .nlbc_list ul li {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
	padding: 1.0rem 0 2.0rem;
	margin: 1.5rem 0;
	
	border-bottom: #EEE dashed 0.1rem;
}
.news .list .nl_body .nlb_cont .nlbc_list ul li img {
	width: 16rem;
	margin-right: 3rem;
	/*Test*/
	/*
	border: #ff0 solid 0.1rem;
	*/
}
.news .list .nl_body .nlb_cont .nlbc_list ul li .tpcont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	flex: 1;
	padding: 1rem 2rem;
}
.news .list .nl_body .nlb_cont .nlbc_list ul li .tpcont h1 {
	/**/
	padding: 0.5rem 0 1rem;
	margin: 0;
	width: 100%;
	text-indent: 2em;
	line-height: 3.1rem;
	text-align: left;
	color: #333;
	font-size: 1.8rem;/**/
}
.news .list .nl_body .nlb_cont .nlbc_list ul li .tpcont p {
	/**/
	width: 100%;
	text-indent: 2em;
	line-height: 3.1rem;
	text-align: left;
	color: #333;
	font-size: 1.6rem;/**/
	/**/
	padding: 1rem 0;
	border-top: #EEE solid 0.1rem;
	border-bottom: #EEE solid 0.1rem;
}
.news .list .nl_body .nlb_cont .nlbc_list ul li .tpcont h5 {
	/**/
	padding: 0;
	margin: 0;
	width: 100%;
	height: 3.1rem;
	line-height: 3.1rem;
	text-align: right;
	color: #666;
	font-size: 1.4rem;/**/
}

/**/
.news .list .nl_body .nlb_cont .arts_list {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	padding: 3.0rem 0;
	/**/
}
.news .list .nl_body .nlb_cont .arts_list ul {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	margin: 0;
	padding: 0 0 3.0rem 0;	
	width: 96%;
	list-style: none;
	font-size: 0;
	/**/
	border-bottom: #eee solid 0.1rem;
}
.news .list .nl_body .nlb_cont .arts_list ul li {
	/**/
	margin: 2.0rem 1%;
	/**/
	width: 18%;
	height: 27.0rem;
	list-style: none;
	overflow: hidden;
	/**/
	border: #eee solid 0.1rem;
}
.news .list .nl_body .nlb_cont .arts_list ul li img {
	width: 100%;
	height: 18.0rem;
	/**/
}
.news .list .nl_body .nlb_cont .arts_list ul li h1 {
	/**/
	margin: 0.8rem;
	height: 4.6rem;
	line-height: 2.3rem;
	text-align: left;
	color: #333;
	font-size: 1.6rem;
	
	/**/
}
.news .list .nl_body .nlb_cont .arts_list ul li p {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	align-items: center;
	/**/
	padding: 1.0rem 0.8rem 1.0rem;
	height: 2.3rem;
	/**/
}
.news .list .nl_body .nlb_cont .arts_list ul li p span {
	width: auto;
	height: 2.3rem;
	line-height: 2.3rem;
	color: #999;
	font-size: 1.4rem;
	/**/
}

/**/
/*翻页样式*/
.com_turnpage {
	margin: 0 auto 5.0rem;
	width: 100%;
	height: 3.3rem;
	line-height: 3.3rem;
	text-align: center;
	font-size: 1.6rem;

}
.com_turnpage a {
	padding: 0 0.5rem;
	color: #00838F;
}
.com_turnpage a:hover {
	text-decoration: none;
	color: #000;
}
.com_turnpage span {
	/**/
}
.com_turnpage span a {
	padding: 0 0.5rem;
	color: #fff;
	border-radius: 0.5rem;
	background: #00838F;
}
.com_turnpage span a:hover {
	text-decoration: none;
	color: #fff;
}
/**/
.com_norecordnote {
	margin: 3.0rem auto;
	width: 100%;
	height: 3.3rem;
	line-height: 3.3rem;
	text-align: center;
	font-size: 1.6rem;
	color: #f00;
}

/**/
.news .list .nl_body .nlb_foot {
	font-size: 1.6rem;
	color: #666;
}
/**/


/*Download Start*/
/*下载*/
.download {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/	
	margin: 0 0 1rem;
	
}

.download .down_cont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	/**/
	width: 100%;
	height: auto;
	/**/	
	padding: 1rem 3.3rem;
}

.download .down_cont .downc_menu {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	width: 26.0rem;
	background: #FFF;
	margin-right: 2.0rem;
	
	/*Test*/
	/*
	border: #f5d solid 0.1rem;
	*/
}


.download .down_cont .downc_menu .downcm_head {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	color: #FFF;
	font-size: 1.6rem;
	
	padding: 0 2rem;
	background: #00838F;
}

.download .down_cont .downc_menu .downcm_body {
	width: 100%;
	
	padding: 0.1rem;
	background: #D4D4D4;	
}
.download .down_cont .downc_menu .downcm_body .downcmb_list {
	background: #FFF;
	padding: 0 2rem;
}
.download .down_cont .downc_menu .downcm_body .downcmb_list ul {
	list-style: none;
	padding: 1rem 0;
	margin: 0;
}
.download .down_cont .downc_menu .downcm_body .downcmb_list ul li {
	list-style: none;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	color: #222;
	font-size: 1.6rem;	
}
/**/
.download .down_cont .downc_cont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	/**/
	flex: 1;
	width: 100%;
	
	background: #FFF;
	
	border: #DDD solid 0.1rem;
}
/**/
.download .down_cont .downc_cont .downcc_head {
/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	line-height: 6.0rem;
	text-align: center;
	color: #000;
	font-size: 3.2rem;
	margin: 0 auto;
}
.download .down_cont .downc_cont .downcc_head .downcch_cont {
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	text-align: left;
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 2rem;
	background: #EEE;
}

/**/
.download .down_cont .downc_cont .downcc_list {
	width: 100%;
	/**/
	min-height: 30rem;
	padding: 3rem;
	/**/
	line-height: 3.1rem;
	color: #333;
	font-size: 1.4rem;
}


.download .down_cont .downc_cont .downcc_list ul {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
}
.download .down_cont .downc_cont .downcc_list ul li {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	width: 100%;
	/**/
	padding: 1.0rem 0 2.0rem;
	margin: 1.5rem 0;
	
	border-bottom: #EEE dashed 0.1rem;
}
.download .down_cont .downc_cont .downcc_list ul li img {
	width: 16rem;
	margin-right: 3rem;
	/*Test*/
	/**/
	border: #ff0 solid 0.1rem;
}
.download .down_cont .downc_cont .downcc_list ul li .tpcont {
	/**/
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	/**/
	flex: 1;
	padding: 1rem 2rem;
}
.download .down_cont .downc_cont .downcc_list ul li .tpcont h1 {
	/**/
	padding: 0.5rem 0 1rem;
	margin: 0;
	width: 100%;
	text-indent: 2em;
	line-height: 3.1rem;
	text-align: left;
	color: #333;
	font-size: 1.8rem;/**/
}
.download .down_cont .downc_cont .downcc_list ul li .tpcont p {
	/**/
	width: 100%;
	text-indent: 2em;
	line-height: 3.1rem;
	text-align: left;
	color: #333;
	font-size: 1.6rem;/**/
	/**/
	padding: 1rem 0;
	border-top: #EEE solid 0.1rem;
	border-bottom: #EEE solid 0.1rem;
}
.download .down_cont .downc_cont .downcc_list ul li .tpcont h5 {
	/**/
	padding: 0;
	margin: 0;
	width: 100%;
	height: 3.1rem;
	line-height: 3.1rem;
	text-align: right;
	color: #666;
	font-size: 1.4rem;/**/
}


.download .down_cont .downc_cont .downcc_foot {
	padding: 0 0 2rem;
	font-size: 1.6rem;
	color: #666;
}
/*Download End*/



/*适配*/
/* ipad pro */
@media screen and (max-width: 1400px) {
	.detail_material {
		width: 98%;
		/*
		border: #00f solid 0.1rem;
		*/
	}
}
/* ipad pro */
@media screen and (max-width: 1024px) {
	/**/
	.news .list .nl_body .nlb_cont .arts_list ul li {
		width: 31.3%;
	}
	/**/
	.detail_material {
		width: 99%;
		/*
		border: #0f9 solid 0.1rem;
		*/
	}
	/**/
	.detail_material .dbody .dbcontent {
		width: 68%;
	}
	.detail_material .dbody .rightsidebar {
		width: 32%;
	}
	/**/
	.steelcategory {
		/**/
		width: 96%;
	}
	.steelcategory .item {
		/**/
		width: 96%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 41.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}
	/*分类名称*/
	.chlsteelgrade {
		/**/
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chlsteelgrade .steelcatsname {
		/**/
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: 100%;
		padding: 0 3%;
	}
	/*分类列表*/
	.chlsteelgrade .main {
		width: 100%;
		margin: 0;
	}
	.chlsteelgrade .main .list .item {
		width: 100%;
	}	
	/**/
	.download .down_cont {
		/**/
		flex-direction: column;
		padding: 1rem 1.2rem;
	}
	/**/
	.download .down_cont .downc_menu {
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/**/
	.download .down_cont .downc_cont {
		width: 100%;
	}	
	/**/
	/*底部*/
	.contactmsg {
		width: 90%;
	}
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 50%;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 50%;		
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 100%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
	
}



/* ipad */
@media screen and (max-width: 768px) {
	/**/
	/**/
	.news .list .nl_body .nlb_cont .arts_list ul li {
		width:48%;
	}
	/**/
	.detail_material {
		width: 100%;
		/*
		border: #0f9 solid 0.1rem;
		*/
	}
	.detail_material .dbody {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.detail_material .dbody .dbcontent {
		width: 90%;
		margin-right: 0;
	}
	.detail_material .dbody .rightsidebar {
		width: 90%;
	}
	/**/
	.steelcategory {
		/**/
		width: 96%;
	}
	.steelcategory .item {
		/**/
		width: 96%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 41.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}	
	/*分类名称*/
	.chlsteelgrade {
		/**/
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chlsteelgrade .steelcatsname {
		/**/
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: 100%;
		padding: 0 4%;
	}
	/*分类列表*/
	.chlsteelgrade .main {
		width: 100%;
		margin: 0;
	}
	.chlsteelgrade .main .list .item {
		width: 100%;
	}	
	/**/
	.download .down_cont {
		/**/
		flex-direction: column;
		padding: 1rem 1.2rem;
	}
	/**/
	.download .down_cont .downc_menu {
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/**/
	.download .down_cont .downc_cont {
		width: 100%;
	}	
	/**/
	/*底部*/
	.contactmsg {
		/**/
		width: 90%;
	}	
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 32.0rem;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 32.0rem;
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 100%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
}


/* iphone6 7 8 plus */
@media screen and (max-width: 414px) {
	/**/
	.news .list .nl_body .nlb_cont .arts_list ul li {
		width: 98%;
	}
	/**/
	.steelcategory {
		/**/
		width: 96%;
	}
	.steelcategory .item {
		/**/
		width: 96%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 41.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}
	
	/*分类名称*/
	.chlsteelgrade {
		/**/
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chlsteelgrade .steelcatsname {
		/**/
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/*分类列表*/
	.chlsteelgrade .main {
		width: 100%;
		margin: 0;
	}
	.chlsteelgrade .main .list .item {
		width: 100%;
	}
	
	/**/
	.download .down_cont {
		/**/
		flex-direction: column;
		padding: 1rem 1.2rem;
	}
	/**/
	.download .down_cont .downc_menu {
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/**/
	.download .down_cont .downc_cont {
		width: 100%;
	}
	
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 32.0rem;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 32.0rem;
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 90%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
}



/* iphoneX */
@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 3) {
	/**/
	/**/
	.steelcategory .item {
		/**/
		width: 96%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 41.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}
	
	/*分类名称*/
	.chlsteelgrade {
		/**/
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chlsteelgrade .steelcatsname {
		/**/
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/*分类列表*/
	.chlsteelgrade .main {
		width: 100%;
		margin: 0;
	}
	.chlsteelgrade .main .list .item {
		width: 100%;
	}
	
	/**/
	.download .down_cont {
		/**/
		flex-direction: column;
		padding: 1rem 1.2rem;
	}
	/**/
	.download .down_cont .downc_menu {
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/**/
	.download .down_cont .downc_cont {
		width: 100%;
	}

	
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 32.0rem;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 32.0rem;
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 90%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
}



/* iphone6 7 8 */
@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 2) {
	/**/
	.steelcategory .item {
		/**/
		width: 96%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 41.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}
	
	/*分类名称*/
	.chlsteelgrade {
		/**/
		display: flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chlsteelgrade .steelcatsname {
		/**/
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/*分类列表*/
	.chlsteelgrade .main {
		width: 100%;
		margin: 0;
	}
	.chlsteelgrade .main .list .item {
		width: 100%;
	}
	
	/**/
	.download .down_cont {
		/**/
		flex-direction: column;
		padding: 1rem 1.2rem;
	}
	/**/
	.download .down_cont .downc_menu {
		width: 100%;
		margin: 0 0 1.0rem 0;
	}
	/**/
	.download .down_cont .downc_cont {
		width: 100%;
	}
	
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 32.0rem;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 32.0rem;
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 90%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
	
}



/* iphone4 5 */
@media screen and (max-width: 320px) {
	/**/
	.steelcategory .item {
		/**/
		width: 96.0%;
		height: auto;
		margin: 1.5rem auto;
	}
	/**/
	.upgradeinfo .body .item {
		/**/
		width: 96.0%;
	}
	/**/
	.aboutus .au_cont {
		/**/
		flex-direction: column;
		align-items: center;
		padding: 1.0rem 1.2rem;
	}
	/**/
	.aboutus .au_cont .auc_menu {
		/**/
		width: 100%;
		margin: 0  0 1.0rem 0;
	}
	
	/*下载*/
	.download .down_cont .downc_cont .downcc_list {
		padding: 1rem 0;
		border: #999 solid 0.1rem;
	}
	.download .down_cont .downc_cont .downcc_list ul {
		justify-content: center;
		-webkit-justify-content: center;
		border: #9f9 solid 0.1rem;
	}
	.download .down_cont .downc_cont .downcc_list ul li {
		border: #f00 solid 0.1rem;
	}
	/*底部联系我们*/
	.contactmsg .botcontact {
		width: 32.0rem;
	}
	/*底部快捷链接*/
	.contactmsg .botquicklink {
		width: 32.0rem;
	}
	/*底部在线留言*/
	.contactmsg .botnewsletter {
		width: 90%;
	}
	.contactmsg .botnewsletter .nlbox .youxiang input {
		width: 32.0rem;
	}
	.contactmsg .botnewsletter .nlbox .notice {
		width: 100%;
	}
	
	/*详细页面20210514*/
	.detail .dbody {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.detail .dbody .dbcontent {
		width: 100%;
		margin-right: 0rem;
	}

	.detail .dbody .rightsidebar {
		width: 100%;
		margin-top: 1.0rem;

	}
	/*详细页面最新文章*/
	.gradearticles .body {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		/**/
		width: 100%;
	}
	.gradearticles .body .item {
		padding: 0 1.0rem;
		width: 100%;
		height: auto;
		border-bottom: #f8f8f8 dashed 0.1rem;
	}
	/**/
	
	/*页面左侧分类-20210514*/
	/**/
	.chlsteelgrade .steelcatsname ul {
		/**/
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
	.chlsteelgrade .steelcatsname ul li {
		width: auto;
		padding: 0 5%;
	}
	/**/
	
}  @media (max-width: 767px){
.ms-header {
    margin-top: -22px;
    min-height: 74px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}.ms-header .ms-title { 
    padding-top: 6px;
    display: inline-block;
}.ms_search {
    margin-bottom: -40px;
    padding-top: 50px;
    padding-bottom: 0px;
    border: 0;
    background: url(/assets/images/bg_body.png) bottom center no-repeat;
}

.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    width:100%;
    overflow: auto;
}.detail_material .dbody .dbcontent .dbcparmbox .dbcpbbody table {
    table-layout: auto!important;
    width: 1000px!important;
    border-collapse: collapse;
    border: none;
    margin: 0 auto;
}
}

.reLink.clearfix {
    margin: 10px auto 10px;
    padding: 0px 10px;
    width: 90%;
}.prevLink {
    float: left;
}.nextLink {
    float: right;
}
  